home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat1
/
whereami.1
< prev
next >
Wrap
Text File
|
1999-09-16
|
507b
|
67 lines
whereami(1) Scilab Function whereami(1)
NAME
whereami - display current instruction calling tree
CALLING SEQUENCE
whereami()
DESCRIPTION
Displays calling tree to instruction which contain whereami(). May be uses
within pause levels.
EXAMPLE
deff('y=test(a)',['y=sin(a)+1';
'y=t1(y)';
'y=y+1'])
deff('y=t1(y)',['y=y^2';'whereami()'])
test(1)
SEE ALSO
where, pause